home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio 5
/
Ray Dream.iso
/
pc
/
DreamSDK
/
Macintosh
/
Samples
/
importer
/
IMP
/
IMPDll.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-09
|
249 b
|
16 lines
/* $Id: IMPDll.h 1.1 1996/08/06 18:41:28 DAMIEN Exp $ */
//
// Globals used by DLL
//
#ifndef __IMPDLL__
#define __IMPDLL__
// Global variables used by the DLL
extern long global_count_Obj;
extern long global_count_Lock;
#endif // __IMPDLL__